home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / JAVA Utilities / JProxy 1.1.0 / SAMPLES.JAR / META-INF / application-client1.xml1 next >
Encoding:
Extensible Markup Language  |  2003-04-29  |  507 b   |  11 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE application-client PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application Client 1.2//EN" "http://java.sun.com/j2ee/dtds/application-client_1_2.dtd">
  3. <application-client>    <display-name>TestSessionBean Client</display-name>
  4.     <ejb-ref>
  5.         <ejb-ref-name>TestSessionBean</ejb-ref-name>
  6.         <ejb-ref-type>Session</ejb-ref-type>
  7.         <home>com.jproxy.samples.ejb.test.ISessionHome</home>
  8.         <remote>com.jproxy.samples.ejb.test.ISession</remote>
  9.     </ejb-ref>
  10. </application-client>
  11.